#
#  test
#  Enhydra Application Makefile
#
#

#
#  Where is the root of the source tree?
#
ROOT = ../../..

#
#  What package does this directory represent? (use / instead of .)
#
PACKAGEDIR = de/kxml

#
# To add new directories, create the directories and add their names
# this list. Be sure to copy a Makefile into each directory. Then add a
# "../" to the ROOT = ../../..
# the PACKAGEDIR variable.
#
SUBDIRS = 				\
	io 				\
	parser	 			\
	wap				\
	kdom


#
# To add more Java classes, create the .java files and add their names to
# this list (without the .java extension).
#
CLASSES = 				\
	Attribute			\
	PrefixMap			\
	Xml


include $(ROOT)/config.mk

